type github.com/golang/protobuf/jsonpb.jsonWriter

10 uses

	github.com/golang/protobuf/jsonpb (current package)
		encode.go#L115: 		w := jsonWriter{Marshaler: jm}
		encode.go#L121: type jsonWriter struct {
		encode.go#L126: func (w *jsonWriter) write(s string) {
		encode.go#L130: func (w *jsonWriter) marshalMessage(m protoreflect.Message, indent, typeURL string) error {
		encode.go#L305: func (w *jsonWriter) writeComma() {
		encode.go#L313: func (w *jsonWriter) marshalAny(m protoreflect.Message, indent string) error {
		encode.go#L371: func (w *jsonWriter) marshalTypeURL(indent, typeURL string) error {
		encode.go#L389: func (w *jsonWriter) marshalField(fd protoreflect.FieldDescriptor, v protoreflect.Value, indent string) error {
		encode.go#L420: func (w *jsonWriter) marshalValue(fd protoreflect.FieldDescriptor, v protoreflect.Value, indent string) error {
		encode.go#L513: func (w *jsonWriter) marshalSingularValue(fd protoreflect.FieldDescriptor, v protoreflect.Value, indent string) error {